home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Programming / ModemLink / Source / CRC.h < prev    next >
C/C++ Source or Header  |  1996-12-28  |  98b  |  9 lines

  1. #ifndef CRC_H
  2. #define CRC_H
  3.  
  4. #include <exec/types.h>
  5.  
  6. ULONG GetCRC(char *buf, ULONG Len);
  7.  
  8. #endif
  9.